Html Css Color HEX #BCCD24 Rio Grande

📋 copy color: '#BCCD24'

red 188 ◦ green 205 ◦ blue 36

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

Shades of Rio Grande #BCCD24

Tints of Rio Grande #BCCD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.39%

R = 43.82%
G = 47.79%
B = 8.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#BCCD24 (or 0xBCCD24) is known color: Rio Grande. HEX triplet: BC, CD and 24. RGB value is (188,205,36). Sum of RGB (Red+Green+Blue) = 188+205+36=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD24 is #4332DB. Grayscale: #B5B5B5. Windows color (decimal): -4403932 or 2411964. OLE color: 2411964.

HSL color Cylindrical-coordinate representation of color #BCCD24: hue angle of 66.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCCD24 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 36 -
CMYK 0.08 0 0.82 0.20
HSL 66.04º 0.7% 0.47% -
HSV(B) 66.04º 0.82% 0.8% -
XYZ 42.89 54.48 9.92 -
YUV 180.65 46.37 133.24 -
System Red Green Blue C M Y K H S L
Decimal 188 205 36 0.08 0 0.82 0.20 66.04 0.7 0.47
Hex BC CD 24 8 0 52 14 42 46 2F
Octal 274 315 44 10 0 122 24 102 106 57
Binary 10111100 11001101 100100 1000 0 1010010 10100 1000010 1000110 101111

Color Harmonies of #BCCD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD24

Black with #BCCD24

Text Example


Text Example

White with #BCCD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD24; }

 p { color: rgb(188,205,36); }

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

background-color css

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

 a { background-color: rgb(188,205,36); }

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

border-color css

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

 span { border-color: rgb(188,205,36); }

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