Html Css Color HEX #BCCC23 Rio Grande

📋 copy color: '#BCCC23'

red 188 ◦ green 204 ◦ blue 35

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

Shades of Rio Grande #BCCC23

Tints of Rio Grande #BCCC23

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.78%

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

R = 44.03%
G = 47.78%
B = 8.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#BCCC23 (or 0xBCCC23) is known color: Rio Grande. HEX triplet: BC, CC and 23. RGB value is (188,204,35). Sum of RGB (Red+Green+Blue) = 188+204+35=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC23 is #4333DC. Grayscale: #B4B4B4. Windows color (decimal): -4404189 or 2346172. OLE color: 2346172.

HSL color Cylindrical-coordinate representation of color #BCCC23: hue angle of 65.68º 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 #BCCC23 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 35 -
CMYK 0.08 0 0.83 0.2
HSL 65.68º 0.71% 0.47% -
HSV(B) 65.68º 0.83% 0.8% -
XYZ 42.64 54 9.77 -
YUV 179.95 46.2 133.74 -
System Red Green Blue C M Y K H S L
Decimal 188 204 35 0.08 0 0.83 0.2 65.68 0.71 0.47
Hex BC CC 23 8 0 53 14 42 47 2F
Octal 274 314 43 10 0 123 24 102 107 57
Binary 10111100 11001100 100011 1000 0 1010011 10100 1000010 1000111 101111

Color Harmonies of #BCCC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC23

Black with #BCCC23

Text Example


Text Example

White with #BCCC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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