Html Css Color HEX #BCCD23 Rio Grande

📋 copy color: '#BCCD23'

red 188 ◦ green 205 ◦ blue 35

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

Shades of Rio Grande #BCCD23

Tints of Rio Grande #BCCD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.18%

R = 43.93%
G = 47.9%
B = 8.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#BCCD23 (or 0xBCCD23) is known color: Rio Grande. HEX triplet: BC, CD and 23. RGB value is (188,205,35). Sum of RGB (Red+Green+Blue) = 188+205+35=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD23 is #4332DC. Grayscale: #B5B5B5. Windows color (decimal): -4403933 or 2346428. OLE color: 2346428.

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

Color convert

RGB 188 205 35 -
CMYK 0.08 0 0.83 0.20
HSL 66º 0.71% 0.47% -
HSV(B) 66º 0.83% 0.8% -
XYZ 42.87 54.48 9.85 -
YUV 180.54 45.87 133.32 -
System Red Green Blue C M Y K H S L
Decimal 188 205 35 0.08 0 0.83 0.20 66 0.71 0.47
Hex BC CD 23 8 0 53 14 42 47 2F
Octal 274 315 43 10 0 123 24 102 107 57
Binary 10111100 11001101 100011 1000 0 1010011 10100 1000010 1000111 101111

Color Harmonies of #BCCD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD23

Black with #BCCD23

Text Example


Text Example

White with #BCCD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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