Html Css Color HEX #B4E066 Conifer

📋 copy color: '#B4E066'

red 180 ◦ green 224 ◦ blue 102

#B4E066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B4E066

Tints of Conifer #B4E066

RGB

 RED value IS 180 (70.7% from 255) = 35.57%

 GREEN value IS 224 (87.89% from 255) = 44.27%

 BLUE value IS 102 (40.23% from 255) = 20.16%

R = 35.57%
G = 44.27%
B = 20.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4E066 (or 0xB4E066) is known color: Conifer. HEX triplet: B4, E0 and 66. RGB value is (180,224,102). Sum of RGB (Red+Green+Blue) = 180+224+102=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E066 is #4B1F99. Grayscale: #C5C5C5. Windows color (decimal): -4923290 or 6742196. OLE color: 6742196.

HSL color Cylindrical-coordinate representation of color #B4E066: hue angle of 81.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4E066 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 224 102 -
CMYK 0.20 0 0.54 0.12
HSL 81.64º 0.66% 0.64% -
HSV(B) 81.64º 0.54% 0.88% -
XYZ 47.88 63.97 22.4 -
YUV 196.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 180 224 102 0.20 0 0.54 0.12 81.64 0.66 0.64
Hex B4 E0 66 14 0 36 C 52 42 40
Octal 264 340 146 24 0 66 14 122 102 100
Binary 10110100 11100000 1100110 10100 0 110110 1100 1010010 1000010 1000000

Color Harmonies of #B4E066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E066

Black with #B4E066

Text Example


Text Example

White with #B4E066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E066; }

 p { color: rgb(180,224,102); }

 H1.HeaderClassName
 {
   color: #B4E066;
 }
 .AnyTagClassName
 {
   color: #B4E066;
 }
</style>

background-color css

<style>
 a { background-color: #B4E066; }

 a { background-color: rgb(180,224,102); }

 div.DivClassName
 {
   background-color: #B4E066;
 }
 .BgClassName
 {
   background-color: #B4E066;
 }
</style>

border-color css

<style>
 span { border-color: #B4E066; }

 span { border-color: rgb(180,224,102); }

 td.TdClassName
 {
   border-color: #B4E066;
 }
 .TagClassName
 {
   border-color: #B4E066;
 }
</style>