Html Css Color HEX #B0DF69 Conifer

📋 copy color: '#B0DF69'

red 176 ◦ green 223 ◦ blue 105

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

Shades of Conifer #B0DF69

Tints of Conifer #B0DF69

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 105 (41.41% from 255) = 20.83%

R = 34.92%
G = 44.25%
B = 20.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#B0DF69 (or 0xB0DF69) is known color: Conifer. HEX triplet: B0, DF and 69. RGB value is (176,223,105). Sum of RGB (Red+Green+Blue) = 176+223+105=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF69 is #4F2096. Grayscale: #C3C3C3. Windows color (decimal): -5185687 or 6938544. OLE color: 6938544.

HSL color Cylindrical-coordinate representation of color #B0DF69: hue angle of 83.9º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0DF69 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 105 -
CMYK 0.21 0 0.53 0.13
HSL 83.9º 0.65% 0.64% -
HSV(B) 83.9º 0.53% 0.87% -
XYZ 46.84 63.03 23.06 -
YUV 195.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 176 223 105 0.21 0 0.53 0.13 83.9 0.65 0.64
Hex B0 DF 69 15 0 35 D 54 41 40
Octal 260 337 151 25 0 65 15 124 101 100
Binary 10110000 11011111 1101001 10101 0 110101 1101 1010100 1000001 1000000

Color Harmonies of #B0DF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF69

Black with #B0DF69

Text Example


Text Example

White with #B0DF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF69; }

 p { color: rgb(176,223,105); }

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

background-color css

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

 a { background-color: rgb(176,223,105); }

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

border-color css

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

 span { border-color: rgb(176,223,105); }

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