Html Css Color HEX #BCD67B Sulu

📋 copy color: '#BCD67B'

red 188 ◦ green 214 ◦ blue 123

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

Shades of Sulu #BCD67B

Tints of Sulu #BCD67B

RGB

 RED value IS 188 (73.83% from 255) = 35.81%

 GREEN value IS 214 (83.98% from 255) = 40.76%

 BLUE value IS 123 (48.44% from 255) = 23.43%

R = 35.81%
G = 40.76%
B = 23.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BCD67B (or 0xBCD67B) is known color: Sulu. HEX triplet: BC, D6 and 7B. RGB value is (188,214,123). Sum of RGB (Red+Green+Blue) = 188+214+123=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD67B is #432984. Grayscale: #C4C4C4. Windows color (decimal): -4401541 or 8115900. OLE color: 8115900.

HSL color Cylindrical-coordinate representation of color #BCD67B: hue angle of 77.14º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD67B is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 123 -
CMYK 0.12 0 0.43 0.16
HSL 77.14º 0.53% 0.66% -
HSV(B) 77.14º 0.43% 0.84% -
XYZ 48.36 60.21 27.81 -
YUV 195.85 86.89 122.4 -
System Red Green Blue C M Y K H S L
Decimal 188 214 123 0.12 0 0.43 0.16 77.14 0.53 0.66
Hex BC D6 7B C 0 2B 10 4D 35 42
Octal 274 326 173 14 0 53 20 115 65 102
Binary 10111100 11010110 1111011 1100 0 101011 10000 1001101 110101 1000010

Color Harmonies of #BCD67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD67B

Black with #BCD67B

Text Example


Text Example

White with #BCD67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD67B; }

 p { color: rgb(188,214,123); }

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

background-color css

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

 a { background-color: rgb(188,214,123); }

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

border-color css

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

 span { border-color: rgb(188,214,123); }

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