Html Css Color HEX #BBDC68 Conifer

📋 copy color: '#BBDC68'

red 187 ◦ green 220 ◦ blue 104

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

Shades of Conifer #BBDC68

Tints of Conifer #BBDC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.35%

R = 36.59%
G = 43.05%
B = 20.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BBDC68 (or 0xBBDC68) is known color: Conifer. HEX triplet: BB, DC and 68. RGB value is (187,220,104). Sum of RGB (Red+Green+Blue) = 187+220+104=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC68 is #442397. Grayscale: #C5C5C5. Windows color (decimal): -4465560 or 6872251. OLE color: 6872251.

HSL color Cylindrical-coordinate representation of color #BBDC68: hue angle of 77.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBDC68 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 104 -
CMYK 0.15 0 0.53 0.14
HSL 77.07º 0.62% 0.64% -
HSV(B) 77.07º 0.53% 0.86% -
XYZ 48.59 62.75 22.65 -
YUV 196.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 187 220 104 0.15 0 0.53 0.14 77.07 0.62 0.64
Hex BB DC 68 F 0 35 E 4D 3E 40
Octal 273 334 150 17 0 65 16 115 76 100
Binary 10111011 11011100 1101000 1111 0 110101 1110 1001101 111110 1000000

Color Harmonies of #BBDC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC68

Black with #BBDC68

Text Example


Text Example

White with #BBDC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC68; }

 p { color: rgb(187,220,104); }

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

background-color css

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

 a { background-color: rgb(187,220,104); }

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

border-color css

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

 span { border-color: rgb(187,220,104); }

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