Html Css Color HEX #B0DC4B Conifer

📋 copy color: '#B0DC4B'

red 176 ◦ green 220 ◦ blue 75

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

Shades of Conifer #B0DC4B

Tints of Conifer #B0DC4B

RGB

 RED value IS 176 (69.14% from 255) = 37.37%

 GREEN value IS 220 (86.33% from 255) = 46.71%

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

R = 37.37%
G = 46.71%
B = 15.92%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#B0DC4B (or 0xB0DC4B) is known color: Conifer. HEX triplet: B0, DC and 4B. RGB value is (176,220,75). Sum of RGB (Red+Green+Blue) = 176+220+75=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC4B is #4F23B4. Grayscale: #BEBEBE. Windows color (decimal): -5186485 or 4971696. OLE color: 4971696.

HSL color Cylindrical-coordinate representation of color #B0DC4B: hue angle of 78.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0DC4B is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 75 -
CMYK 0.2 0 0.66 0.14
HSL 78.21º 0.67% 0.58% -
HSV(B) 78.21º 0.66% 0.86% -
XYZ 44.77 60.92 16.06 -
YUV 190.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 176 220 75 0.2 0 0.66 0.14 78.21 0.67 0.58
Hex B0 DC 4B 14 0 42 E 4E 43 3A
Octal 260 334 113 24 0 102 16 116 103 72
Binary 10110000 11011100 1001011 10100 0 1000010 1110 1001110 1000011 111010

Color Harmonies of #B0DC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC4B

Black with #B0DC4B

Text Example


Text Example

White with #B0DC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC4B; }

 p { color: rgb(176,220,75); }

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

background-color css

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

 a { background-color: rgb(176,220,75); }

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

border-color css

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

 span { border-color: rgb(176,220,75); }

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