Html Css Color HEX #BBCD69 Wild Willow

📋 copy color: '#BBCD69'

red 187 ◦ green 205 ◦ blue 105

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

Shades of Wild Willow #BBCD69

Tints of Wild Willow #BBCD69

RGB

 RED value IS 187 (73.44% from 255) = 37.63%

 GREEN value IS 205 (80.47% from 255) = 41.25%

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

R = 37.63%
G = 41.25%
B = 21.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#BBCD69 (or 0xBBCD69) is known color: Wild Willow. HEX triplet: BB, CD and 69. RGB value is (187,205,105). Sum of RGB (Red+Green+Blue) = 187+205+105=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD69 is #443296. Grayscale: #BCBCBC. Windows color (decimal): -4469399 or 6933947. OLE color: 6933947.

HSL color Cylindrical-coordinate representation of color #BBCD69: hue angle of 70.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBCD69 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 105 -
CMYK 0.09 0 0.49 0.20
HSL 70.8º 0.5% 0.61% -
HSV(B) 70.8º 0.49% 0.8% -
XYZ 44.87 55.25 21.66 -
YUV 188.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 187 205 105 0.09 0 0.49 0.20 70.8 0.5 0.61
Hex BB CD 69 9 0 31 14 47 32 3D
Octal 273 315 151 11 0 61 24 107 62 75
Binary 10111011 11001101 1101001 1001 0 110001 10100 1000111 110010 111101

Color Harmonies of #BBCD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD69

Black with #BBCD69

Text Example


Text Example

White with #BBCD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD69; }

 p { color: rgb(187,205,105); }

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

background-color css

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

 a { background-color: rgb(187,205,105); }

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

border-color css

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

 span { border-color: rgb(187,205,105); }

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