Html Css Color HEX #B4D84B Conifer

📋 copy color: '#B4D84B'

red 180 ◦ green 216 ◦ blue 75

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

Shades of Conifer #B4D84B

Tints of Conifer #B4D84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

 BLUE value IS 75 (29.69% from 255) = 15.92%

R = 38.22%
G = 45.86%
B = 15.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#B4D84B (or 0xB4D84B) is known color: Conifer. HEX triplet: B4, D8 and 4B. RGB value is (180,216,75). Sum of RGB (Red+Green+Blue) = 180+216+75=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D84B is #4B27B4. Grayscale: #BDBDBD. Windows color (decimal): -4925365 or 4970676. OLE color: 4970676.

HSL color Cylindrical-coordinate representation of color #B4D84B: hue angle of 75.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4D84B is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 216 75 -
CMYK 0.17 0 0.65 0.15
HSL 75.32º 0.64% 0.57% -
HSV(B) 75.32º 0.65% 0.85% -
XYZ 44.65 59.32 15.75 -
YUV 189.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 180 216 75 0.17 0 0.65 0.15 75.32 0.64 0.57
Hex B4 D8 4B 11 0 41 F 4B 40 39
Octal 264 330 113 21 0 101 17 113 100 71
Binary 10110100 11011000 1001011 10001 0 1000001 1111 1001011 1000000 111001

Color Harmonies of #B4D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D84B

Black with #B4D84B

Text Example


Text Example

White with #B4D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D84B; }

 p { color: rgb(180,216,75); }

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

background-color css

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

 a { background-color: rgb(180,216,75); }

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

border-color css

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

 span { border-color: rgb(180,216,75); }

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