Html Css Color HEX #B0DA69 Conifer

📋 copy color: '#B0DA69'

red 176 ◦ green 218 ◦ blue 105

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

Shades of Conifer #B0DA69

Tints of Conifer #B0DA69

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

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

R = 35.27%
G = 43.69%
B = 21.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#B0DA69 (or 0xB0DA69) is known color: Conifer. HEX triplet: B0, DA and 69. RGB value is (176,218,105). Sum of RGB (Red+Green+Blue) = 176+218+105=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA69 is #4F2596. Grayscale: #C0C0C0. Windows color (decimal): -5186967 or 6937264. OLE color: 6937264.

HSL color Cylindrical-coordinate representation of color #B0DA69: hue angle of 82.3º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0DA69 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 105 -
CMYK 0.19 0 0.52 0.15
HSL 82.3º 0.6% 0.63% -
HSV(B) 82.3º 0.52% 0.85% -
XYZ 45.53 60.39 22.62 -
YUV 192.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 176 218 105 0.19 0 0.52 0.15 82.3 0.6 0.63
Hex B0 DA 69 13 0 34 F 52 3C 3F
Octal 260 332 151 23 0 64 17 122 74 77
Binary 10110000 11011010 1101001 10011 0 110100 1111 1010010 111100 111111

Color Harmonies of #B0DA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA69

Black with #B0DA69

Text Example


Text Example

White with #B0DA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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