Html Css Color HEX #BCC923 Rio Grande

📋 copy color: '#BCC923'

red 188 ◦ green 201 ◦ blue 35

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

Shades of Rio Grande #BCC923

Tints of Rio Grande #BCC923

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.41%

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

R = 44.34%
G = 47.41%
B = 8.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#BCC923 (or 0xBCC923) is known color: Rio Grande. HEX triplet: BC, C9 and 23. RGB value is (188,201,35). Sum of RGB (Red+Green+Blue) = 188+201+35=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC923 is #4336DC. Grayscale: #B2B2B2. Windows color (decimal): -4404957 or 2345404. OLE color: 2345404.

HSL color Cylindrical-coordinate representation of color #BCC923: hue angle of 64.7º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC923 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 35 -
CMYK 0.06 0 0.83 0.21
HSL 64.7º 0.7% 0.46% -
HSV(B) 64.7º 0.83% 0.79% -
XYZ 41.93 52.59 9.53 -
YUV 178.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 188 201 35 0.06 0 0.83 0.21 64.7 0.7 0.46
Hex BC C9 23 6 0 53 15 41 46 2E
Octal 274 311 43 6 0 123 25 101 106 56
Binary 10111100 11001001 100011 110 0 1010011 10101 1000001 1000110 101110

Color Harmonies of #BCC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC923

Black with #BCC923

Text Example


Text Example

White with #BCC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC923; }

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

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

background-color css

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

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

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

border-color css

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

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

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